home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-27 | 828 b | 40 lines | [TEXT/CWIE] |
- //
- // PP_QD3D Headers.pch
- //
- // Precompiled headers for PowerPlant projects that use
- // QuickDraw 3D.
- //
- // Includes most of the Toolbox, PowerPlant, and all
- // of QuickDraw 3D 1.0 except the viewer.
- //
- // by James Jennings
- // November 23, 1995
- //
-
- #pragma once
-
- #pragma precompile_target "PP_QD3D_DebugHeadersPPC"
-
- #include <PP_DebugHeadersPPC>
-
- #include <QD3D.h>
- #include <QD3DAcceleration.h>
- #include <QD3DCamera.h>
- #include <QD3DController.h>
- #include <QD3DDrawContext.h>
- #include <QD3DErrors.h>
- #include <QD3DGeometry.h>
- #include <QD3DGroup.h>
- #include <QD3DIO.h>
- #include <QD3DLight.h>
- #include <QD3DMath.h>
- #include <QD3DPick.h>
- #include <QD3DRenderer.h>
- #include <QD3DSet.h>
- #include <QD3DShader.h>
- #include <QD3DStorage.h>
- #include <QD3DString.h>
- #include <QD3DStyle.h>
- #include <QD3DTransform.h>
- #include <QD3DView.h>
-